What's an equivalent way of performing the following (h is a Hash): h.each { |k - v| h.delete k if k.nil? }

🎲 Try a Random Question  |  Total Questions in Quiz: 122  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Ruby on Rails Fundamentals Test — practice the complete quiz, review flashcards, or try a random question.


What's an equivalent way of performing the following (h is a Hash): h.each { |k - v| h.delete k if k.nil? }